Uses of Interface
com.cisco.pt.ipc.ui.WebView
Packages that use WebView
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of WebView in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return WebViewModifier and TypeMethodDescriptionIPCFactory.createWebView(WebViewManager webViewManager, String title, String url, int width, int height) IPCFactory.getTabWebView(InstructionDlg instructionDlg, int index) IPCFactory.getWebView(InstructionDlg instructionDlg) IPCFactory.getWebView(WebViewManager webViewManager, UUID id) -
Uses of WebView in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type WebViewModifier and TypeMethodDescriptionvoidWebViewEventRegistry.addListener(WebViewEventListener listener, WebView objClass) voidWebViewEventRegistry.addSpecificListenerFiltered(WebViewEventListener listener, WebView objClass, List<String> events) voidWebViewEventRegistry.removeListener(WebViewEventListener listener, WebView objClass) voidWebViewEventRegistry.removeSpecificListenerFiltered(WebViewEventListener listener, WebView objClass, List<String> events) -
Uses of WebView in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui that return WebViewModifier and TypeMethodDescriptionWebViewManager.createWebView(String title, String url, int width, int height) Information provided by the PKI file:InstructionDlg.getTabWebView(int index) Information provided by the PKI file:InstructionDlg.getWebView()Information provided by the PKI file:WebViewManager.getWebView(UUID id) Information provided by the PKI file: -
Uses of WebView in com.cisco.pt.ipc.ui.impl
Classes in com.cisco.pt.ipc.ui.impl that implement WebViewMethods in com.cisco.pt.ipc.ui.impl that return WebViewModifier and TypeMethodDescriptionWebViewManagerImpl.createWebView(String title, String url, int width, int height) Information provided by the PKI file:InstructionDlgImpl.getTabWebView(int index) Information provided by the PKI file:InstructionDlgImpl.getWebView()Information provided by the PKI file:WebViewManagerImpl.getWebView(UUID id) Information provided by the PKI file: